object Form4: TForm4 Left = 343 Top = 204 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'DJM Registration Form' ClientHeight = 308 ClientWidth = 248 Color = clBlack Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GradientBack1: TGradientBack Left = 0 Top = 0 Width = 248 Height = 308 Direction = gdUp end object GradButton1: TGradButton Left = 134 Top = 271 Width = 90 Height = 26 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = GradButton1Click GradColor = clWhite FaceColor = clGray ShadowColor = clBtnShadow end object GradButton2: TGradButton Left = 30 Top = 271 Width = 90 Height = 26 Caption = 'OK' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = GradButton2Click GradColor = clWhite FaceColor = clGray ShadowColor = clBtnShadow end object Panel1: TPanel Left = 8 Top = 8 Width = 233 Height = 249 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object wiaTile1: TwiaTile Left = 2 Top = 2 Width = 229 Height = 245 TranColor = clBlack TileMode = tmNormal end object Label1: TLabel Left = 8 Top = 8 Width = 63 Height = 13 Caption = 'User Name' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 8 Top = 56 Width = 61 Height = 13 Caption = 'Last Name' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 8 Top = 104 Width = 61 Height = 13 Caption = 'First Name' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label4: TLabel Left = 8 Top = 152 Width = 65 Height = 13 Caption = 'Your E-mail' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label5: TLabel Left = 8 Top = 200 Width = 96 Height = 13 Caption = 'Your Home Page' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Edit1: TEdit Left = 8 Top = 24 Width = 217 Height = 21 TabOrder = 0 Text = 'UNREGISTERED' end object Edit2: TEdit Left = 8 Top = 72 Width = 217 Height = 21 TabOrder = 1 Text = 'TESTER' end object Edit3: TEdit Left = 8 Top = 120 Width = 217 Height = 21 TabOrder = 2 Text = 'USER' end object Edit4: TEdit Left = 8 Top = 168 Width = 217 Height = 21 TabOrder = 3 Text = 'login@server' end object Edit5: TEdit Left = 8 Top = 216 Width = 217 Height = 21 TabOrder = 4 Text = 'http://' end end object DelSysMenuItems1: TDelSysMenuItems SysMenuItems = [smMaximize, smMinimize, smNextWindow, smRestore, smSize] Left = 8 Top = 8 end end